-
Home
-
WP Voting Contest Lite
-
3.3
-
Code
-
Classes
- TypeAdapterMysql
| Total Complexity |
63 |
| Dependencies |
1 |
| Dependents |
0 |
| Total lines |
544 |
| Lines of code |
369 |
| Logical lines of code |
157 |
| Comment lines |
28 |
| Methods |
40 |
| Properties |
1 |
Methods 40
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| create_function() |
S |
45 |
4 |
42 |
| create_event() |
S |
46 |
4 |
41 |
| create_procedure() |
S |
51 |
4 |
27 |
| create_trigger() |
S |
54 |
4 |
20 |
| create_view() |
S |
55 |
4 |
19 |
| parseColumnType() |
S |
56 |
4 |
15 |
| create_table() |
S |
57 |
3 |
17 |
| backup_parameters() |
S |
59 |
2 |
15 |
| restore_parameters() |
S |
60 |
2 |
14 |
| databases() |
S |
56 |
1 |
17 |
| check_parameters() |
S |
70 |
2 |
6 |
| show_create_table() |
S |
80 |
1 |
3 |
| show_create_view() |
S |
80 |
1 |
3 |
| show_create_trigger() |
S |
80 |
1 |
3 |
| show_create_procedure() |
S |
80 |
1 |
3 |
| show_create_function() |
S |
80 |
1 |
3 |
| show_create_event() |
S |
80 |
1 |
3 |
| show_tables() |
S |
67 |
1 |
7 |
| show_views() |
S |
67 |
1 |
7 |
| show_triggers() |
S |
71 |
1 |
5 |
| show_columns() |
S |
71 |
1 |
5 |
| show_procedures() |
S |
67 |
1 |
7 |
| show_functions() |
S |
67 |
1 |
7 |
| show_events() |
S |
67 |
1 |
7 |
| setup_transaction() |
S |
82 |
1 |
3 |
| start_transaction() |
S |
78 |
1 |
4 |
| commit_transaction() |
S |
82 |
1 |
3 |
| lock_table() |
S |
70 |
1 |
5 |
| unlock_table() |
S |
80 |
1 |
3 |
| start_add_lock_table() |
S |
70 |
1 |
5 |
| end_add_lock_table() |
S |
80 |
1 |
3 |
| start_add_disable_keys() |
S |
68 |
1 |
6 |
| end_add_disable_keys() |
S |
68 |
1 |
6 |
| start_disable_autocommit() |
S |
80 |
1 |
3 |
| end_disable_autocommit() |
S |
80 |
1 |
3 |
| add_drop_database() |
S |
68 |
1 |
6 |
| add_drop_trigger() |
S |
70 |
1 |
5 |
| drop_table() |
S |
70 |
1 |
5 |
| drop_view() |
S |
68 |
1 |
6 |
| getDatabaseHeader() |
S |
67 |
1 |
7 |